ComponentOne Bitmap for UWP
GetData<T>(Asynchronous) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext Class > GetData Method : GetData<T>(Asynchronous) Method
The asynchronous data provider.
Gets data from the GPU asynchronously.
Syntax
'Declaration
 
Public Overloads Function GetData(Of T As {New, Struct})( _
   ByVal data As Asynchronous _
) As T
public T GetData<T>( 
   Asynchronous data
)
where T: new(), struct

Parameters

data
The asynchronous data provider.

Type Parameters

T

Return Value

The data retrieved from the GPU.
See Also

Reference

DeviceContext Class
DeviceContext Members
Overload List